projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49eb03d
)
* lisp/net/dbus.el (dbus-monitor-handler): Disable buffer undo.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 27 Jan 2021 15:30:08 +0000
(16:30 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 27 Jan 2021 15:30:08 +0000
(16:30 +0100)
lisp/net/dbus.el
patch
|
blob
|
history
diff --git
a/lisp/net/dbus.el
b/lisp/net/dbus.el
index 7a7bbef53648b3983a108438a9f12fb74aa51e58..195ddc6bbacceca47ad121e4195c2a71e2784258 100644
(file)
--- a/
lisp/net/dbus.el
+++ b/
lisp/net/dbus.el
@@
-2079,6
+2079,7
@@
daemon, it is rather the timestamp the corresponding D-Bus event
has been handled by this function."
(with-current-buffer (get-buffer-create "*D-Bus Monitor*")
(special-mode)
+ (buffer-disable-undo)
;; Move forward and backward between messages.
(local-set-key [?n] #'forward-paragraph)
(local-set-key [?p] #'backward-paragraph)